<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 基础公用CSS */
@import url('base.css');
/* 各网页页面CSS */
@import url('public.css');
/* 公用模块CSS */
@import url('mode.css');</pre></body></html>